home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(5, 1)
- set the memberNum of sprite 5 to the number of member "scream.pict"
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 5 to the number of member "scream queens"
- updateStage()
- puppetSprite(5, 0)
- unLoad()
- SetReturn()
- puppetSound(0)
- sound stop 1
- play movie "screemQ.dir"
- end
-